projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c336c3c
)
spl: dm: Kconfig: SPL_CLK depends on SPL_DM
author
Philipp Tomsich
<
[email protected]
>
Wed, 28 Jun 2017 23:44:07 +0000
(
01:44
+0200)
committer
Philipp Tomsich
<
[email protected]
>
Sun, 13 Aug 2017 15:12:20 +0000
(17:12 +0200)
SPL_CLK should also depend on SPL_DM (and not just on CLK).
Add the additional dependency.
Signed-off-by: Philipp Tomsich <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
drivers/clk/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/clk/Kconfig
b/drivers/clk/Kconfig
index 60bd706fa2bdb5edf3b3918c1d810a22e13ade17..b4a4877575c5e294dc32ecb30bba0fe76246c677 100644
(file)
--- a/
drivers/clk/Kconfig
+++ b/
drivers/clk/Kconfig
@@
-12,7
+12,7
@@
config CLK
config SPL_CLK
bool "Enable clock support in SPL"
- depends on CLK
+ depends on CLK
&& SPL_DM
help
The clock subsystem adds a small amount of overhead to the image.
If this is acceptable and you have a need to use clock drivers in